Crunchbang asks for URIs to get build dependencies for php5 [closed]
Posted
by
Koen027
on Server Fault
See other posts from Server Fault
or by Koen027
Published on 2012-10-06T20:46:10Z
Indexed on
2012/10/06
21:39 UTC
Read the original article
Hit count: 129
I'm trying to install PHP5, by compiling it myself.
I'm doing this on Crunchbang Linux, version 11. Specifically, the version using the 3.2 kernel. Crunchbang 11 is based on Debian. This is a 64-bit Virtual machine, running on a 64-bit Win7 Professional. Using Virtualbox 4.2
This is my sources.list file: http://pastebin.com/rQJNwX7c
When I try to do sudo apt-get build-dep php5
, I get the following output:
Reading package lists...
Done Building dependency tree
Reading state information... Done
E: You must put some 'source' URIs in your sources.list
I'm not sure what's going on here. Can anyone point out what's missing in my setup?
Also, since I'm under 300 reputation on serverfault, I can't add the "crunchbang" tag.
© Server Fault or respective owner